{ "version": 4, "terraform_version": "1.6.3", "serial": 270, "lineage": "474b5548-0194-dde1-5a1c-35ebcc91bd3d", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-f7c6bc008e7bd3c6a", "ami": "ami-ea72fa9c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-69b28bdb"], "subnet_id": "subnet-ab03e606", "key_name": "prod-deploy-key" } } ] } ] }