{ "version": 4, "terraform_version": "1.8.0", "serial": 403, "lineage": "d51b3502-b8d2-6ac3-488f-08d935239f0c", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-75d9cb6ecbe9fd8e0", "ami": "ami-23e626cf", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-677e41c8"], "subnet_id": "subnet-8b8e8113", "key_name": "prod-deploy-key" } } ] } ] }