{ "version": 4, "terraform_version": "1.8.8", "serial": 313, "lineage": "626ed98c-30be-cb08-41bc-e48f3ef1ed68", "outputs": { "db_endpoint": { "value": "db-3.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-b61e4f7319966e8d2", "ami": "ami-90128ffc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-19d75d8a"], "subnet_id": "subnet-c7466176", "key_name": "prod-deploy-key" } } ] } ] }