{ "version": 4, "terraform_version": "1.6.6", "serial": 459, "lineage": "28bd09fd-d1df-f5f5-bea8-b55c378681e1", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-08b5319afcb435c7a", "ami": "ami-873620ee", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ccd31f0d"], "subnet_id": "subnet-ff4f4c2f", "key_name": "prod-deploy-key" } } ] } ] }