{ "version": 4, "terraform_version": "1.8.9", "serial": 486, "lineage": "1e8ed5da-5386-5c1d-944b-77caa56dfaa8", "outputs": { "db_endpoint": { "value": "db-2.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-6e0dc766d29a70e25", "ami": "ami-cb55d12e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-97689784"], "subnet_id": "subnet-1d039370", "key_name": "prod-deploy-key" } } ] } ] }