{ "version": 4, "terraform_version": "1.8.5", "serial": 434, "lineage": "2ac04ff9-53b7-390c-1c1f-8b3c2631fe82", "outputs": { "db_endpoint": { "value": "db-4.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-9b593cfbe6309abf6", "ami": "ami-34a9f376", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-630dd84e"], "subnet_id": "subnet-7f348ac3", "key_name": "prod-deploy-key" } } ] } ] }