{ "version": 4, "terraform_version": "1.5.3", "serial": 290, "lineage": "d6ef0aee-13fa-dcc3-529e-1eb8b7a6f728", "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-6ff965b972d67b216", "ami": "ami-2245ea9d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6ef6b5c6"], "subnet_id": "subnet-fc411986", "key_name": "prod-deploy-key" } } ] } ] }