{ "version": 4, "terraform_version": "1.6.9", "serial": 340, "lineage": "dd39a6f3-0c52-15c8-6b6e-62ad1cc137b9", "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-2d14c81e2e6bdb5ea", "ami": "ami-8fedce23", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-383a32b6"], "subnet_id": "subnet-82424d6d", "key_name": "prod-deploy-key" } } ] } ] }