{ "version": 4, "terraform_version": "1.7.6", "serial": 204, "lineage": "fefc11e0-158a-4591-1b04-9f92df3108ae", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-71b6029f733075b9a", "ami": "ami-930aae8e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ae4bdf25"], "subnet_id": "subnet-a84f86ed", "key_name": "prod-deploy-key" } } ] } ] }