{ "version": 4, "terraform_version": "1.6.0", "serial": 131, "lineage": "e66e7665-252e-7c48-8aa1-8e732933b2e9", "outputs": { "db_endpoint": { "value": "db-4.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-3a8ace05f3cc4e9c6", "ami": "ami-33de77e9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f2a90ce3"], "subnet_id": "subnet-de04e489", "key_name": "prod-deploy-key" } } ] } ] }