{ "version": 4, "terraform_version": "1.6.2", "serial": 123, "lineage": "6d281743-16b6-04c2-6c17-ba1a1883221c", "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-c1d555eb48d7dcd27", "ami": "ami-6c561225", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d80b0df9"], "subnet_id": "subnet-e8ca5f4e", "key_name": "prod-deploy-key" } } ] } ] }