{ "version": 4, "terraform_version": "1.5.3", "serial": 463, "lineage": "7703aec3-9a7a-987d-f894-3bab5bee50cb", "outputs": { "db_endpoint": { "value": "db-1.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-f13af9a9bf4baf656", "ami": "ami-e3b2bd52", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5eea3197"], "subnet_id": "subnet-d079fcb6", "key_name": "prod-deploy-key" } } ] } ] }