{ "version": 4, "terraform_version": "1.5.7", "serial": 319, "lineage": "122131f3-d4d2-b714-cced-360c7ef96dd8", "outputs": { "db_endpoint": { "value": "db-2.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-f21ce84972932aff1", "ami": "ami-7d6cdd02", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-34ac2ff0"], "subnet_id": "subnet-990d275e", "key_name": "prod-deploy-key" } } ] } ] }