{ "version": 4, "terraform_version": "1.5.3", "serial": 377, "lineage": "db67721b-2cfa-01e6-8fa0-adb88440e2b6", "outputs": { "db_endpoint": { "value": "db-3.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-00f742ece68f9b16f", "ami": "ami-0ced6510", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c684c45c"], "subnet_id": "subnet-eec2c31f", "key_name": "prod-deploy-key" } } ] } ] }