{ "version": 4, "terraform_version": "1.6.1", "serial": 119, "lineage": "c43f05a7-699b-0924-4d95-00bad3dfab1e", "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-ac1107417509ebe92", "ami": "ami-ab14278d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b88cd9c0"], "subnet_id": "subnet-e97f4474", "key_name": "prod-deploy-key" } } ] } ] }