{ "version": 4, "terraform_version": "1.8.2", "serial": 438, "lineage": "cf6c0443-6171-9f60-cbbc-a9b8f1932f22", "outputs": { "db_endpoint": { "value": "db-0.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-4cf62decc42543ba8", "ami": "ami-a8195809", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bebf9beb"], "subnet_id": "subnet-36a66373", "key_name": "prod-deploy-key" } } ] } ] }