{ "version": 4, "terraform_version": "1.7.8", "serial": 571, "lineage": "fff7e53b-22ee-4a65-51af-312f842a1360", "outputs": { "db_endpoint": { "value": "db-3.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-49832d90b4e6a0554", "ami": "ami-e26bcf5f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e77016c1"], "subnet_id": "subnet-8a6459ee", "key_name": "prod-deploy-key" } } ] } ] }