{ "version": 4, "terraform_version": "1.6.8", "serial": 595, "lineage": "523d8cf2-0be8-fef6-6f24-c48b1e909ed4", "outputs": { "db_endpoint": { "value": "db-1.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-57643c14087909188", "ami": "ami-f93f430b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9a077b3a"], "subnet_id": "subnet-7c29280d", "key_name": "prod-deploy-key" } } ] } ] }