{ "version": 4, "terraform_version": "1.6.7", "serial": 596, "lineage": "a2ffaae9-50a4-9fed-6da1-980024eadd2a", "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-91667455906da44f2", "ami": "ami-4e9e85da", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5b8f62ea"], "subnet_id": "subnet-8960b873", "key_name": "prod-deploy-key" } } ] } ] }