{ "version": 4, "terraform_version": "1.8.1", "serial": 284, "lineage": "6d73f276-1164-cafa-53e3-94e6e1a8e99e", "outputs": { "db_endpoint": { "value": "db-3.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-35761a012a2174d51", "ami": "ami-5c4e5278", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-736369f4"], "subnet_id": "subnet-7827e45e", "key_name": "prod-deploy-key" } } ] } ] }