{ "version": 4, "terraform_version": "1.5.0", "serial": 485, "lineage": "44005fa3-c0ee-b32e-65c8-cc5b546443b5", "outputs": { "db_endpoint": { "value": "db-0.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-50fc1db9799db195a", "ami": "ami-c7f2a8df", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a8f8912d"], "subnet_id": "subnet-6f5ef285", "key_name": "prod-deploy-key" } } ] } ] }