{ "version": 4, "terraform_version": "1.8.0", "serial": 454, "lineage": "b9729590-9f54-431f-a603-ad0ab0b8c8f5", "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-d8189e262dd2c167e", "ami": "ami-c36380af", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a90f71f4"], "subnet_id": "subnet-d0a758e6", "key_name": "prod-deploy-key" } } ] } ] }