{ "version": 4, "terraform_version": "1.5.1", "serial": 282, "lineage": "5ed2bbc9-9c1b-6f70-c7e7-9e18b62830d6", "outputs": { "db_endpoint": { "value": "db-3.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-aa603d99202ba17fa", "ami": "ami-b67b4d9f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ee160575"], "subnet_id": "subnet-2992757d", "key_name": "prod-deploy-key" } } ] } ] }