{ "version": 4, "terraform_version": "1.5.7", "serial": 104, "lineage": "30f83ad3-6de6-2e44-3dc0-1f5dab0881f5", "outputs": { "db_endpoint": { "value": "db-0.eu-west-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-6dc8c0464dc438fd0", "ami": "ami-38966fe9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b07d24d5"], "subnet_id": "subnet-16f9d77e", "key_name": "prod-deploy-key" } } ] } ] }