{ "version": 4, "terraform_version": "1.8.6", "serial": 295, "lineage": "7ef2d8d9-aad9-ca4b-5d22-8e6d8423419a", "outputs": { "db_endpoint": { "value": "db-1.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-2c4d84f5691096b98", "ami": "ami-a5a844db", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3c8ebb0c"], "subnet_id": "subnet-87c566ef", "key_name": "prod-deploy-key" } } ] } ] }