{ "version": 4, "terraform_version": "1.7.9", "serial": 304, "lineage": "135fa4a7-9233-1439-1bf7-19390d70d67f", "outputs": { "db_endpoint": { "value": "db-2.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-371278f95f1d3ed32", "ami": "ami-9c1e4208", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c908b940"], "subnet_id": "subnet-0952952b", "key_name": "prod-deploy-key" } } ] } ] }