{ "version": 4, "terraform_version": "1.5.0", "serial": 143, "lineage": "8f6b6df1-d4b3-5c57-cac5-7e5fa6b25821", "outputs": { "db_endpoint": { "value": "db-4.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-80ef57b6a716de08a", "ami": "ami-79392f3f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b42d6ed9"], "subnet_id": "subnet-fe38dce8", "key_name": "prod-deploy-key" } } ] } ] }