{ "version": 4, "terraform_version": "1.8.8", "serial": 426, "lineage": "76aa62ad-1822-c9f8-c1b5-e2964c36ab75", "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-c48d3a89d3c777f8f", "ami": "ami-4910d6ca", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-15623d2b"], "subnet_id": "subnet-ed8c86d3", "key_name": "prod-deploy-key" } } ] } ] }