{ "version": 4, "terraform_version": "1.6.4", "serial": 483, "lineage": "297f9b9b-dd94-c973-dc47-590c081aa754", "outputs": { "db_endpoint": { "value": "db-0.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-76b55feaaeb68e92b", "ami": "ami-f5c6b77a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5c1d8950"], "subnet_id": "subnet-fbbf3ab4", "key_name": "prod-deploy-key" } } ] } ] }