{ "version": 4, "terraform_version": "1.7.9", "serial": 434, "lineage": "ec267024-e998-559f-ea7f-65b9f2d08d0c", "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-ed39b41dde95201b3", "ami": "ami-a7ef90f4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-04cc3e12"], "subnet_id": "subnet-67a38ff4", "key_name": "prod-deploy-key" } } ] } ] }