{ "version": 4, "terraform_version": "1.8.2", "serial": 559, "lineage": "21c77890-034a-9112-516d-36f6c132c6b0", "outputs": { "db_endpoint": { "value": "db-1.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-4cd9768d10a944cee", "ami": "ami-1fe6fae8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8d65c30e"], "subnet_id": "subnet-ef4ec25a", "key_name": "prod-deploy-key" } } ] } ] }