{ "version": 4, "terraform_version": "1.6.2", "serial": 369, "lineage": "a77737c5-deff-25d7-455c-0451004b674b", "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-6954e159a43d4c3f1", "ami": "ami-7a1d7990", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c21437d9"], "subnet_id": "subnet-953c7dcc", "key_name": "prod-deploy-key" } } ] } ] }