{ "version": 4, "terraform_version": "1.7.0", "serial": 524, "lineage": "91f5fbc7-48bd-a824-bcdc-77297d9b4c71", "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-2c294003f5a5e1df3", "ami": "ami-ec7766a6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-851822da"], "subnet_id": "subnet-99488787", "key_name": "prod-deploy-key" } } ] } ] }