{ "version": 4, "terraform_version": "1.5.8", "serial": 107, "lineage": "847a0a07-c319-486b-1e06-4e705965ba99", "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-b65af99b3ea6b05d0", "ami": "ami-14069841", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2c812679"], "subnet_id": "subnet-2f3f8b83", "key_name": "prod-deploy-key" } } ] } ] }