{ "version": 4, "terraform_version": "1.8.8", "serial": 314, "lineage": "35cc31d6-f5f0-9753-4061-9c46c8671ccc", "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-3a35d9fd0eae862d2", "ami": "ami-055d64b4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5783b33c"], "subnet_id": "subnet-0d07a9e3", "key_name": "prod-deploy-key" } } ] } ] }