{ "version": 4, "terraform_version": "1.8.7", "serial": 168, "lineage": "4545c6ae-6b6b-4755-d03f-23b01b295ca4", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-607301a933784eb1f", "ami": "ami-1bc2836c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9620e2e8"], "subnet_id": "subnet-57f0a41f", "key_name": "prod-deploy-key" } } ] } ] }