{ "version": 4, "terraform_version": "1.6.1", "serial": 218, "lineage": "bd8aed09-7a36-a2a4-0cee-c4951e9cd1ef", "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-2732027132da9be77", "ami": "ami-10c9abf0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c2c520aa"], "subnet_id": "subnet-aa4c20d7", "key_name": "prod-deploy-key" } } ] } ] }