{ "version": 4, "terraform_version": "1.5.2", "serial": 418, "lineage": "447f6f1c-0b2c-38ee-ea40-3befecc235cc", "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-e68e3ac3381159a43", "ami": "ami-2f63aa56", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-76ded9b9"], "subnet_id": "subnet-5d86cb81", "key_name": "prod-deploy-key" } } ] } ] }