{ "version": 4, "terraform_version": "1.7.4", "serial": 519, "lineage": "8020efaf-3a79-bbb7-ccf4-0bf4bf515a2f", "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-71c4a5d2bae799b4e", "ami": "ami-b014e82b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-55f3075f"], "subnet_id": "subnet-2227644c", "key_name": "prod-deploy-key" } } ] } ] }