{ "version": 4, "terraform_version": "1.5.9", "serial": 346, "lineage": "6b62c6fd-aa4d-2ded-f64e-103f2243e9e7", "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-01417dabbc888cf74", "ami": "ami-49abc685", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-253eea1d"], "subnet_id": "subnet-ebf08d0a", "key_name": "prod-deploy-key" } } ] } ] }