{ "version": 4, "terraform_version": "1.7.1", "serial": 243, "lineage": "b9833252-3be5-33c9-2f52-6709bcf566e9", "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-e82e5a7a105d59b24", "ami": "ami-0d56bf9c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-01b0c2dd"], "subnet_id": "subnet-01b4a45b", "key_name": "prod-deploy-key" } } ] } ] }