{ "version": 4, "terraform_version": "1.6.6", "serial": 152, "lineage": "0f260ffb-a83b-7ac6-f635-4f715616b9f8", "outputs": { "db_endpoint": { "value": "db-2.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-e9aba44cb72b79ef6", "ami": "ami-d4fd6dc4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6d18b7c9"], "subnet_id": "subnet-dbbfe3ce", "key_name": "prod-deploy-key" } } ] } ] }