{ "version": 4, "terraform_version": "1.7.4", "serial": 483, "lineage": "74356fa1-651d-ff77-58b2-89e88822d66c", "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-4c14b55aab74f9c6b", "ami": "ami-a3138441", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-07bc6c3b"], "subnet_id": "subnet-49e5ee3f", "key_name": "prod-deploy-key" } } ] } ] }