{ "version": 4, "terraform_version": "1.8.1", "serial": 598, "lineage": "97987b8c-88b1-a6e2-102e-b79a3a68ae47", "outputs": { "db_endpoint": { "value": "db-3.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-78ee46dc15e83eadd", "ami": "ami-19c461a8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9cf6dc2f"], "subnet_id": "subnet-de28a24d", "key_name": "prod-deploy-key" } } ] } ] }