{ "version": 4, "terraform_version": "1.6.4", "serial": 303, "lineage": "505bf96c-00e9-1ca8-d6b6-6594ca5f9a3a", "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-f147ca4763f2b702c", "ami": "ami-cd9170ed", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f9de6e4d"], "subnet_id": "subnet-b83143c9", "key_name": "prod-deploy-key" } } ] } ] }