{ "version": 4, "terraform_version": "1.6.3", "serial": 219, "lineage": "d08072f3-205c-c75c-7e24-b7c955e6d822", "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-e69216ea1d31eebde", "ami": "ami-992547b2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f29beafd"], "subnet_id": "subnet-a8024d4b", "key_name": "prod-deploy-key" } } ] } ] }