{ "version": 4, "terraform_version": "1.8.1", "serial": 109, "lineage": "8714110b-3c77-1ae0-7b49-8d606cef47fb", "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-f18993e64279571dc", "ami": "ami-16df7dde", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3625a8b0"], "subnet_id": "subnet-80ff6b6e", "key_name": "prod-deploy-key" } } ] } ] }