{ "version": 4, "terraform_version": "1.6.7", "serial": 344, "lineage": "c99d6b1c-ce47-b7ee-55e0-9c2f1f95d0a0", "outputs": { "db_endpoint": { "value": "db-0.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-969e9b54b2e736e32", "ami": "ami-a6dde890", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-dc1df8d1"], "subnet_id": "subnet-bde75e22", "key_name": "prod-deploy-key" } } ] } ] }