{ "version": 4, "terraform_version": "1.6.3", "serial": 453, "lineage": "985a8999-5e95-5efe-4cae-dc07f9e571c3", "outputs": { "db_endpoint": { "value": "db-4.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-2c10c373ee7cb7feb", "ami": "ami-df67d041", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c91203c2"], "subnet_id": "subnet-c4881dfc", "key_name": "prod-deploy-key" } } ] } ] }