{ "version": 4, "terraform_version": "1.6.8", "serial": 533, "lineage": "18823e0f-59c0-13b9-baee-ba99e9dcbcc0", "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-0b1456451cacafc62", "ami": "ami-ac128041", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ade23dcc"], "subnet_id": "subnet-813957b9", "key_name": "prod-deploy-key" } } ] } ] }