{ "version": 4, "terraform_version": "1.6.3", "serial": 580, "lineage": "78a3c9d8-641b-7e20-6e49-c22f1ac4cf5d", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-71e0840ec0a60e032", "ami": "ami-2c564389", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-923d6d82"], "subnet_id": "subnet-81019498", "key_name": "prod-deploy-key" } } ] } ] }