{ "version": 4, "terraform_version": "1.8.5", "serial": 385, "lineage": "c1c5659e-0c32-8d82-698f-2ba02c3331a2", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-8764b78af79cd3c7a", "ami": "ami-19f1d23b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8d63052b"], "subnet_id": "subnet-16b6c561", "key_name": "prod-deploy-key" } } ] } ] }