{ "version": 4, "terraform_version": "1.6.2", "serial": 479, "lineage": "49f12cb7-65ad-9b0c-9427-244473cbf85b", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-3268b26c4789b56c0", "ami": "ami-9132e536", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9cee8f7f"], "subnet_id": "subnet-809a787a", "key_name": "prod-deploy-key" } } ] } ] }