{ "version": 4, "terraform_version": "1.7.9", "serial": 405, "lineage": "a54491a6-d1da-94d6-cab9-85ee20e17958", "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-d4a7d2b513314286b", "ami": "ami-fd61ffbe", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e35e9469"], "subnet_id": "subnet-2eae8cc5", "key_name": "prod-deploy-key" } } ] } ] }