{ "version": 4, "terraform_version": "1.6.6", "serial": 590, "lineage": "cc7718dc-2305-5a17-9db5-e551e7b4c6db", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-d0b78c9f6fb243a82", "ami": "ami-3e445c3c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6b472c83"], "subnet_id": "subnet-0f9aa03c", "key_name": "prod-deploy-key" } } ] } ] }