{ "version": 4, "terraform_version": "1.6.8", "serial": 529, "lineage": "5f073b42-debc-7f2e-fca4-e64e93589d39", "outputs": { "db_endpoint": { "value": "db-4.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-28b410fb94cc796c1", "ami": "ami-87727a26", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-544be6aa"], "subnet_id": "subnet-dced690f", "key_name": "prod-deploy-key" } } ] } ] }