{ "version": 4, "terraform_version": "1.7.3", "serial": 454, "lineage": "e4bc3ef1-2896-341b-ddb4-b71b9e5a803c", "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-28d374b61230fa159", "ami": "ami-d9685790", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8ba3f9e5"], "subnet_id": "subnet-757d672d", "key_name": "prod-deploy-key" } } ] } ] }