{ "version": 4, "terraform_version": "1.6.4", "serial": 216, "lineage": "467e671e-5934-6b09-e094-021048a4931c", "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-65cddcf374ab620aa", "ami": "ami-7760dbab", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9f9aa0e9"], "subnet_id": "subnet-2b442749", "key_name": "prod-deploy-key" } } ] } ] }