{ "version": 4, "terraform_version": "1.7.1", "serial": 112, "lineage": "655e5699-1d5e-126e-4d3d-9dd9079e8686", "outputs": { "db_endpoint": { "value": "db-1.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-98532f80992b5cfee", "ami": "ami-f5615c7c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c40ad3ca"], "subnet_id": "subnet-315852ee", "key_name": "prod-deploy-key" } } ] } ] }