{ "version": 4, "terraform_version": "1.7.9", "serial": 556, "lineage": "a60ec23c-b4f7-29f2-e970-ef703cc9dba4", "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-39bf7b309ab899a9e", "ami": "ami-da5ca68a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8da5ddda"], "subnet_id": "subnet-fcac04ef", "key_name": "prod-deploy-key" } } ] } ] }