{ "version": 4, "terraform_version": "1.6.0", "serial": 181, "lineage": "37819932-a2bd-425a-6ed7-c25607ad2786", "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-41d7ee9b297aabd1e", "ami": "ami-9a3cb83d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-103956da"], "subnet_id": "subnet-ca177ff4", "key_name": "prod-deploy-key" } } ] } ] }