{ "version": 4, "terraform_version": "1.7.7", "serial": 306, "lineage": "3d3e3467-576e-8329-21e5-b98812cd6277", "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-26998ff1d17b89204", "ami": "ami-10d0d9c0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-97b6d66f"], "subnet_id": "subnet-5bf055aa", "key_name": "prod-deploy-key" } } ] } ] }