{ "version": 4, "terraform_version": "1.8.6", "serial": 309, "lineage": "562469a4-c662-48e5-ca85-e93521aa7502", "outputs": { "db_endpoint": { "value": "db-1.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-741a4b8da1562553f", "ami": "ami-549bd8b9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9ac87209"], "subnet_id": "subnet-761cc690", "key_name": "prod-deploy-key" } } ] } ] }